projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
331d0e5
)
Minor Tramp doc update
author
Michael Albinus
<michael.albinus@gmx.de>
Mon, 18 Sep 2017 16:00:07 +0000
(18:00 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Mon, 18 Sep 2017 16:00:07 +0000
(18:00 +0200)
* doc/misc/tramp.texi (Frequently Asked Questions):
Mention `vc-handled-backends'.
doc/misc/tramp.texi
patch
|
blob
|
history
diff --git
a/doc/misc/tramp.texi
b/doc/misc/tramp.texi
index 7e8ce75f2ded2c1bb5fed88cb90e00b03df0d5f8..6478479c38d9041625f22e23e513e455c185284c 100644
(file)
--- a/
doc/misc/tramp.texi
+++ b/
doc/misc/tramp.texi
@@
-3043,6
+3043,14
@@
Disable version control to avoid delays:
@end group
@end lisp
+If this is too radical, because you want to use version control
+remotely, trim @code{vc-handled-backends} to just those you care
+about, for example:
+
+@lisp
+(setq vc-handled-backends '(SVN Git))
+@end lisp
+
Disable excessive traces. Set @code{tramp-verbose} to 3 or lower,
default being 3. Increase trace levels temporarily when hunting for
bugs.